From ea7a1bf21a428d447e2fe479f1146beeac45c18b Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Tue, 10 Jun 2014 12:04:59 +0200 Subject: [PATCH] common/grant: add a newline into error message Avoid corrupting the next line on the console. Signed-off-by: Andrew Cooper --- xen/common/grant_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index c08e9573ba..464007ea33 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -580,7 +580,7 @@ __gnttab_map_grant_ref( if ( rgt->gt_version == 0 ) PIN_FAIL(unlock_out, GNTST_general_error, - "remote grant table not yet set up"); + "remote grant table not yet set up\n"); /* Bounds check on the grant ref */ if ( unlikely(op->ref >= nr_grant_entries(rgt))) -- 2.30.2